From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:46 +0000 (+0000) Subject: packages/mini_httpd: fix whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ffcb52980ab49c72913a98146ed1e1eea101a8e2;p=openwrt%2Fsvn-archive%2Fpackages.git packages/mini_httpd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40220 --- diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index 669d9b7de..842b571b8 100644 --- a/net/mini_httpd/Makefile +++ b/net/mini_httpd/Makefile @@ -33,9 +33,9 @@ define Package/mini-httpd/Default/conffiles endef define Package/mini-httpd/Default/description - mini_httpd is a small HTTP server. Its performance is not great, but for - low or medium traffic sites it's quite adequate. It implements all the - basic features of an HTTP server, including: + mini_httpd is a small HTTP server. Its performance is not great, but for + low or medium traffic sites it's quite adequate. It implements all the + basic features of an HTTP server, including: - GET, HEAD, and POST methods - CGI - Basic authentication